home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem format: AUTOHOST [/t hh[:mm]]
- rem
- rem Enter without parameters to immediately begin automatic host mode.
- rem Enter with /t option and time to start at the given time
- rem
- rem by d.matthews
- rem
- if "%1" == "/t" goto timed
- procomm /fautohost.cmd
- goto exit
- :timed
- if "%2" == "" goto help
- tef autohost.cmd %2
- goto exit
- :help
- echo You must specify a time with the /t option.
- :exit